Expand

Expands a node, or item, in a tree control.

When you expand a tree node during recording, the action is recorded as a Select statement. Use the Expand statement to expand a tree node with items that are not loaded until the node is expanded.

Syntax

Expand("Item")

Arguments

Argument Description
Item Node name to expand.

Keyword View notes

The node to expand is displayed in the Information column.

Supported objects

Tree

Example

Window("WysiCorp CRM").Tree("treeViewProducts").Expand("ALM Solutions/Solution Design")